home *** CD-ROM | disk | FTP | other *** search
- global gtotalsoundnum, gvolume, gsoundmuteflg, gsoundloopflag, gbgm, gmuscount, gspspeed
-
- on init
- set gtotalsoundnum to 4
- set gspspeed to 6 * 60
- set gmuscount to 1
- set gbgm to "S" & string(gmuscount)
- set gsoundloopflag to 1
- set gsoundmuteflg to 0
- set gvolume to 3
- set the soundLevel to gvolume
- puppetSound(gbgm)
- updateStage()
- end
-